@import url('./reset copy.css');


#visual > div {
    width: 100%;
    height: 200px;
    /* background: rgba(0, 56, 55, 0.7); */
    background: url("../image/menu-visual.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    text-align: center;
    overflow: hidden;
    /* line-height: 500px; */
}
#visual > div > h1 {
    font-size: 30px;
    color: #fff;
    font-family: 'GmarketSansBold';
    line-height: 200px;
    /* margin-top: 120px; */
}

#content {
    overflow: hidden;
}
#content > .content_wrap {
    width: 100%;
    height: auto;
    background: #d5d6d8;
    padding-top: 50px;
    padding-bottom: 100px;
}
#content > .content_wrap > .header {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    /* padding-top: 50px; */
    background: #999;
    /* border: 1px solid #000; */
}
#content > .content_wrap > .header ul li {
    width: 20%;
    background: #f4f4f4;
    line-height: 50px;
    border: 1px solid #c7c7c7;
    /* display: inline-block; */
    box-sizing: border-box;
    float: left;
    text-align: center;
}
#content > .content_wrap > .header ul li:first-child {
    width: 80%;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    text-align: left;
    border-right: none;
    line-height: 25px;
}

#content > .content_wrap > .info {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 100px;
}
#content > .content_wrap > .info img {
    margin-top: 50px;
    width: 80%;
}
#content > .content_wrap > .info h1 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 30px;
}
#content > .content_wrap > .info h4 {
    font-size: 18px;
    line-height: 50px;
    margin-bottom: 50px;
    margin-top: 40px;
}
#content > .content_wrap > .info p span {
    font-weight: bold;
}
#content > .content_wrap > .info p {
    font-weight: lighter;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 50px;
}
#content > .content_wrap > .info p:last-child {
    font-weight: bold;
    margin-top: 50px;
}
#content > .content_wrap > a {
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    float: right;
    margin-top: 20px;
    margin-right: 5%;
}